emsi_containers ~master (2021-09-24T04:23:14Z)
Home
Dub
Repo
CyclicBuffer.this
containers
cyclicbuffer
CyclicBuffer
Use the given
allocator
for allocations.
this
()
this
(Allocator allocator)
struct
CyclicBuffer
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
nothrow pure @
safe
@
nogc
static if
(
stateSize!Allocator != 0
)
this
(
Allocator
allocator
)
Meta
Source
See Implementation
containers
cyclicbuffer
CyclicBuffer
aliases
insert
insertAnywhere
opDollar
popBack
popFront
put
constructors
this
destructors
~this
functions
back
capacity
clear
empty
front
insertBack
insertFront
length
opIndex
opSlice
removeBack
removeFront
reserve
postblits
this(this)
structs
Range
Use the given allocator for allocations.